type text/template/parse.endNode

7 uses

	text/template/parse (current package)
		node.go#L782: type endNode struct {
		node.go#L788: func (t *Tree) newEnd(pos Pos) *endNode {
		node.go#L789: 	return &endNode{tr: t, NodeType: nodeEnd, Pos: pos}
		node.go#L792: func (e *endNode) String() string {
		node.go#L796: func (e *endNode) writeTo(sb *strings.Builder) {
		node.go#L800: func (e *endNode) tree() *Tree {
		node.go#L804: func (e *endNode) Copy() Node {